
/*  清除浮动的方法 第4种方法  */
XXXX::after{
    /* 设置添加的子元素的内容为空 */
    content: "";
    /* 设置添加的子元素为块级元素 */
    display: block;
    /* 设置添加的子元素的高度为0 */
    height: 0;
    /* 设置添加的子元素看不见 */
    visibility: hidden;
    /* 给添加的子元素设置clear: both; */
    clear: both;
}
XXXX{
    /*兼容IE6*/
    *zoom:1;
}

/*---------------------------------------------------------*/

/*  清除浮动的方法 第5种方法  */
XXXX{
........
........
    /* 超出隐藏 */
overflow: hidden;
    /* 兼容IE6 */
    *zoom:1;
}

/*---------------------------------------------------------*/

.page_other{
    width:100%;
	height:500px;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
	font: 0px/0px sans-serif;
	clear: both;
	display: block;
}

.no_margin_right{
    margin-right: 0 !important;
}

.no_border_right{
    border-right: 0 !important;
}

.color_484747{
    color:#484747 !important;
}

.color_13283a{
    color:#13283a !important;
}

.color_ff7437{
    color:#ff7437 !important;
}

.color_ffffff{
    color:#ffffff !important;
}

.bg_F5F5F5{
    background-color: #F5F5F5;
}

.float_left{
    float:left;
}

.float_right{
    float:right;
}

.text_align_center{
    text-align: center;
}

.text_align_right{
    text-align: right;
}

.mg_top_20{
    margin-top: 20px !important;
}

.mg_top_35{
    margin-top: 35px !important;
}

.mg_left_164{
    margin-left: 164px !important;
}

.no_border{
    border: none !important;
}

.no_padding_top{
    padding-top: 0 !important;
}

.width_180{
    width: 180px !important;
}

.width_190{
    width: 190px !important;
}

.width_270{
    width: 270px !important;
}

.position_relative{
    position: relative;
}

.overflow_visible{
    overflow:visible !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
    overflow:hidden;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}



/*  设置 页面中的视频 居中显示！  */
.news_player_class{
	margin:0 auto;
}


/*  顶部top区  */
.page_top{
    background-color: #2A2A2A;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color:#ffffff;
    font-size: 14px;
}

.page_top .top_slogan{
    float:left;
}

.page_top .right_link{
    float: right;
}

.page_top .right_link a{
    color:#ffffff;
    font-size: 14px;
}

.page_top .right_link a:hover{
    color: #ff7437;
    text-decoration: none;
}


/*  顶部Logo区  */
.page_logo{
    width: 100%;
}

.page_logo .left_logo{
    float: left;
    width: 505px;
    height: 126px;
    background: url(../../images/logo.png) no-repeat;
}

.page_logo .right_site{
    float: right;
}

.page_logo .phone{
    float: right;
    margin-top: 24px;
}

.page_logo .phone .phone_img{
    float: left;
    width: 44px;
    height: 45px;
    background: url(../../images/img_2.png) no-repeat;
}

.page_logo .phone .phone_num{
    float:left;
    margin-left: 5px;
}

.page_logo .phone .phone_num .top{
    color: #737373;
}

.page_logo .phone .phone_num .bottom{
    color: #585858;
    font-weight: bold;
    font-size: 18px;
}


.page_logo .search{
    float: right;
    margin-top: 14px;
}

.page_logo .search .left_box{
    width: 240px;
    height: 24px;
    border: 1px solid #ff7437;
    position: relative;
    float: left;
}

.page_logo .search .left_box .ser_img{
    width: 16px;
    height: 16px;
    background: url(../../images/img_1.png) no-repeat;
    position: absolute;
    top:5px;
    left: 9px;
}

.page_logo .search .left_box .ser_input{
    padding-left: 6px;
    width: 202px;
    position: absolute;
    top:0px;
    left: 31px;
    border: none;
    height:24px;
}

.page_logo .search .left_buttom{
    float: left;
    margin-left: 3px;
}

.page_logo .search .left_buttom .submit{
    border: none;
    width: 65px;
    height: 26px;
    line-height: 26px;
    background-color: #ff7437;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}


/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
	height:55px;
	/*background-color:#005fac;*/
	background-color:#91BF00;
}

.page_nav ul{
    width:100%;
    /*overflow:hidden;*/
}

.page_nav .column{
	height:55px;
	line-height:55px;
	float:left;
    position:relative;
    text-align: center;
    width: 120px;
}

.page_nav .column:hover > .img{
    background: url(../../images/img_3.png) no-repeat;
    background-size: 100% 100%;
}

.page_nav .column.select > .img{
    background: url(../../images/img_3.png) no-repeat;
    background-size: 100% 100%;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 142px;
    height:55px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#ffffff;
	font-size:16px;
	width:100%;
	height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
}


.page_nav .column a span{
    /*display:inline-block;*/
    /*margin-left:33px;
    margin-right:33px;*/
    float:left;
    margin-left: 38px;
}

.page_nav .column .subcolumn{
    width:100%;
	display:none;
	position:absolute;
	left:0;
    top:55px;
    z-index: 10;
    padding-bottom: 5px;
    /*background-color: #ff7437;*/
    background-color: #91BE00;
}

.page_nav .column .subcolumn a{
    display:block;
    width:100%;
	height:40px;
	line-height:40px;
    text-align:center;
	color:#ffffff;
	/*background-color:#ff7437;*/
	background-color:#91BE00;
    text-decoration:none;
    font-size: 16px;
    overflow: hidden;
}

.page_nav .column .subcolumn a:hover{
	color:#222222;
}

/*  公共标题区  */
.title_top{
    width: 100%;
    text-align: center;
    line-height: 60px;
}

.title_top .title_name{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    background: url(../../images/img_10.png) center bottom no-repeat;
    text-decoration: none;
}


/*  页面底部bottom区  */
.out_div .page_bottom{
    width: 100%;
    height: 370px;
    /*background-color: #005fac;*/
    background-color: #90BF01;
}

.page_bottom .left_box{
    float: left;
    margin-top: 35px;
    margin-left: 95px;
    width: 490px;
}

.page_bottom .left_box .logo{
    width: 369px;
    height: 127px;
    background: url(../../images/img_30.png) no-repeat;
    margin-bottom: 19px;
}

.page_bottom .left_box .msg{
    width: 100%;
}
.page_bottom .left_box .msg .key{
    float: left;
    /*color: #e2e2e2;*/
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.page_bottom .left_box .msg .icon_1{
    background: url(../../images/img_31.png) no-repeat left center;
    padding-left: 30px;
}

.page_bottom .left_box .msg .icon_2{
    background: url(../../images/img_32.png) no-repeat left center;
    padding-left: 30px;
}

.page_bottom .left_box .msg .icon_3{
    background: url(../../images/img_33.png) no-repeat left center;
    padding-left: 30px;
}

.page_bottom .left_box .msg .icon_4{
    background: url(../../images/img_34.png) no-repeat left center;
    padding-left: 30px;
}

.page_bottom .left_box .msg .value{
    float: left;
    /*color: #e2e2e2;*/
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.page_bottom .right_box{
    float: right;
    margin-right: 137px;
    margin-top: 100px;
}

.page_bottom .right_box li{
    width: 137px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.page_bottom .right_box li .img{
    width: 100%;
    height: 137px;
}

.page_bottom .right_box li .img img{
    width: 100%;
    height: 100%;
}

.page_bottom .right_box li .title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
}

/*  页面底部column导航区  */
.out_div .page_bottom_column{
    width: 100%;
    height: 45px;
    line-height: 45px;
    /*background-color: #ff6637;*/
    background-color: #7aa101;
    text-align: center;
}

.out_div .page_bottom_column a{
    display: inline-block;
    color: #ffffff;
}

.out_div .page_bottom_column a:hover{
    color: #333333;
}

.out_div .page_bottom_column span{
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    color: #ffffff;
}

/*  底部footer区  */
.page_footer{
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.page_footer .msg{
    width: 100%;
    text-align: center;
    color: #404040;
}

.page_footer .msg a{
    color: #404040;
}

.page_footer .msg a:hover{
    color: #ff0000;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 600px;
}

/*  子栏目path路径区  */
.out_div .column_path{
    width:100%;
    height: 43px;
    line-height: 43px;
    background-color: #E7E7E7;
}

.out_div .column_path .current_column{
    /*color: #005fac;*/
    color: #7aa101;
}


/*  子栏目基本框架  */
.basic_framework{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

.basic_framework .left_box{
    float: left;
    width: 235px;
}

.basic_framework .left_box .column_name{
    background: url(../../images/img_41.png) no-repeat;
    width: 100%;
    height: 82px;
    position: relative;
	overflow:hidden;
}

.basic_framework .left_box .column_name .chs_name{
    font-size: 24px;
	width:144px;
	height:31px;
	overflow:hidden;
    color: #ffffff;
    position: absolute;
    top: 11px;
    left: 68px;
}

.basic_framework .left_box .column_name .eng_name{
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: -7px;
    left: 22px;
}

.basic_framework .left_box .column_name .eng_name .name_first{
    display:inline-block;
    color: #ffffff;
    font-size: 60px;
	max-width:48px;
}

.basic_framework .left_box .column_name .eng_name .name_str{
    display:inline-block;
    width:163px;
	height:19px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 3px;
}

.basic_framework .left_box .bottom{
    width: 234px;
    padding-top: 12px;
    padding-bottom: 34px;
    background-color: #E8E8E8;
    text-align: center;
}

.basic_framework .left_box .bottom li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
    color: #414141;
    font-size: 18px;
    overflow: hidden;
}

.basic_framework .left_box .bottom li:hover{
    color: #ff7437;
}

.basic_framework .left_box .bottom li.select{
    color: #ff7437;
}

.basic_framework .left_box .bottom .phone{
    width: 100%;
    text-align: center;
    margin-top: 43px;
}

.basic_framework .left_box .bottom .phone .left{
    width: 41px;
    height: 41px;
    background: url(../../images/img_42.png) no-repeat;
    display: inline-block;
}

.basic_framework .left_box .bottom .phone .right{
    display: inline-block;
}

.basic_framework .left_box .bottom .phone .right .num{
    font-size: 23px;
    /*color: #005fac;*/
    color: #7aa101;
    font-family: simhei;
    font-weight: 900;
}

.basic_framework .left_box .bottom .phone .right .txt
{
    text-align: left;
    color: #888888;
}

.basic_framework .left_box .bottom .alink{
    margin-top: 25px;
    display: inline-block;
    /*border: 2px solid #005FAC;*/
    border: 2px solid #7aa101;
    width: 105px;
    height: 26px;
    line-height: 26px;
    background-color: #E8E8E8;
    /*color: #005fac;*/
    color: #7aa101;
    text-align: center;
}

.basic_framework .right_box{
    float: right;
    width: 935px;
}

.basic_framework .right_box .line{
    height: 40px;
    line-height: 40px;
    background-color: #E7E7E7;
}

.basic_framework .right_box .line .column_name{
    width: 160px;
    height: 100%;
    /*background-color: #005FAC;*/
    background-color: #91BF00;
}

.basic_framework .right_box .line .column_name .txt{
    font-size: 18px;
    color: #ffffff;
    margin-left: 22px;
}


.basic_framework .right_box .line .column_name2{
    width: 740px;
    height: 100%;
    /*background-color: #005FAC;*/
    background-color: #91BF00;
}

.basic_framework .right_box .line .column_name2 .txt{
    font-size: 18px;
    color: #ffffff;
    margin-left: 22px;
}



.basic_framework .right_box .bottom{
    padding-top: 42px;
    padding-left: 22px;
}




/*  通用标题区  */
.general_title_out{
    width: 100%;
    text-align: center;
}

.general_title_out .general_title{
    padding: 0 100px;
    /*border-bottom: 3px solid #4694EE;*/
    border-bottom: 3px solid #7aa101;
    display: inline-block;
    letter-spacing: 0.8px;
}

.general_title_out .general_title .title_eng a{
    font-size: 30px;
    font-family: "SimSun";
    line-height: 30px;
    font-weight: bold;
}

.general_title_out .general_title .title_chs{
    margin-top: 13px;
    margin-bottom: 23px;
}

.general_title_out .general_title .title_chs a{
    font-size: 26px;
    line-height: 30px;
}

.general_title_out .general_title .title_chs a span{
    margin: 0 5px;
}

.general_title_out .general_title a:hover{
    text-decoration: none;
}


.general_title_out .general_title .title_chs2{
    margin-top: 13px;
    margin-bottom: 27px;
}

.general_title_out .general_title .title_chs2 a{
    font-size: 33px;
    line-height: 30px;
}

.general_title_out .general_title .title_chs2 a span{
    margin: 0 5px;
}



/*  分页  */
.page_site{
    margin-top: 18px;
    margin-bottom: 0;
    width: 100%;
}


